home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
source
/
tsmorph30s.lha
/
TSM30s.lha
/
brush
/
1st.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-05
|
657b
|
60 lines
#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/1st.brush */
static UWORD __chip st_data[60] = // note twice the actual size
{
/* Plane 0 */
0x0000,
0x0002,
0x0002,
0x0002,
0x3102,
0x3302,
0x37F2,
0x3FF2,
0x37F2,
0x3302,
0x3102,
0x0002,
0x0002,
0x0002,
0x7FFE,
/* Plane 1 */
0xFFFE,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000
};
struct Image st_im =
{
0,0,
15,15,
2,
&st_data[0],
0x03,0x0,
NULL
};
struct Image st_imx =
{
0,0,
15,15,
2,
&st_data[30],
0x03,0x0,
NULL
};